'Declaration Public Overloads Shared Function ConvertTarget<TSourceTargetThe type of the source target.,TDestTargetThe type of the dest target.>( _
ByVal targetConverterЦелевой преобразователь.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue), _
ByVal ParamArray commandsКоманды для преобразования цели.As IProcessingCommand(Of TTarget) _
) As IProcessingCommand(Of TTarget) (Of TSourceTargetThe type of the source target., TDestTargetThe type of the dest target.)
public static IProcessingCommand<TTarget> ConvertTarget<TSourceTarget,TDestTarget>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> targetConverter,
params IProcessingCommand<TTarget> commands
)
public: static IProcessingCommand<TTarget*>* ConvertTarget<TSourceTarget,TDestTarget>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* targetConverter,
params IProcessingCommand<TTarget*>* commands
)
generic<typename TSourceTarget> generic<typename TDestTarget> public:
static IProcessingCommand<TTarget^>^ ConvertTarget(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ targetConverter,
... IProcessingCommand<TTarget^>^ commands
)
Parameters
- targetConverter
- Целевой преобразователь.
- commands
- Команды для преобразования цели.
Type Parameters
- TSourceTarget
- The type of the source target.
- TDestTarget
- The type of the dest target.
Return Value
Новый экземпляр команды обработки с целью типаTDestTarget.